home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / ui / globals.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  560b  |  38 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9.  
  10.  * $Log:    wais.h,v $
  11.  */
  12.  
  13. #ifndef H_GLOBALS
  14. #define H_GLOBALS
  15.  
  16. #ifdef MAIN
  17. #define ext
  18. #else
  19. #define ext extern
  20. #endif
  21.  
  22. ext char* command_name;
  23.  
  24. ext char *sdir, *cdir;
  25.  
  26. ext int numtosave;
  27.  
  28. ext int NumQuestions;
  29.  
  30. ext Question the_Question;
  31.  
  32. ext SList Sources;
  33. ext int NumSources;
  34.  
  35. ext int maxDocs;
  36.  
  37. #endif
  38.